πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Parameter.md by @KGBicheno β˜†

parameter

Go back to the [[AI Glossary]]

A variable of a model that the machine learning system trains on its own. For example, weights are parameters whose values the machine learning system gradually learns through successive training iterations. Contrast with hyperparameter.